projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc9b15
)
* lisp/progmodes/cc-bytecomp.el: Mark unused args
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Jul 2017 02:29:49 +0000
(22:29 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 5 Jul 2017 02:29:49 +0000
(22:29 -0400)
lisp/progmodes/cc-bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-bytecomp.el
b/lisp/progmodes/cc-bytecomp.el
index e98b3dfa9df97f52e33a3ac36133d7f8b46f0c1c..f15d28e3da44511bb2d9a5e7dc82b3ec7de653df 100644
(file)
--- a/
lisp/progmodes/cc-bytecomp.el
+++ b/
lisp/progmodes/cc-bytecomp.el
@@
-86,6
+86,7
@@
(defvar cc-bytecomp-environment-set nil)
(defmacro cc-bytecomp-debug-msg (&rest args)
+ (ignore args)
;;`(message ,@args)
)
@@
-252,7
+253,7
@@
perhaps a `cc-bytecomp-restore-environment' is forgotten somewhere"))
(cc-bytecomp-debug-msg
"cc-bytecomp-restore-environment: Done"))))
-(defun cc-bytecomp-load (cc-part)
+(defun cc-bytecomp-load (
_
cc-part)
;; A dummy function which will immediately be overwritten by the
;; following at load time. This should suppress the byte compiler
;; error that the function is "not known to be defined".